home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / oddech / celest / celestia-win32-1.2.3.exe / {app} / demo.cel < prev    next >
Text File  |  2001-10-11  |  6KB  |  155 lines

  1. {
  2.     timerate { rate 0 }
  3.     labels { clear "planets|minorplanets|stars|constellations" }
  4.     renderflags { set "stars|planets"
  5.                       clear "constellations|orbits|cloudmaps" }
  6.     print { text "Beginning demo . . .  Press ESC to end." }
  7.     wait { duration 2.0 }
  8.  
  9.     print { text "Let's start near home . . ." }
  10.     select { object "Sol/Earth" }
  11.     cancel {}
  12.     # goto { time 0 distance 3 upframe "ecliptical" }
  13.     gotolonglat { time 0 distance 3 longitude -122 latitude 47 }
  14.     wait { duration 1.5 }
  15.  
  16.     print { text "We're now orbiting about 20,000km above the Earth" }
  17.     orbit { axis [ 0 1 0 ] rate 30 duration 10 }
  18.     print { text "Earth looks much more familiar with clouds." }
  19.     wait { duration 0.1 }
  20.     renderflags { set "cloudmaps" }
  21.     orbit { axis [ 0 1 0 ] rate 30 duration 6 }
  22.  
  23.     print { text "Next stop: the Moon." }
  24.     select { object "Moon" }
  25.     goto { time 5 distance 4 upframe "equatorial" }
  26.     wait { duration 5.5 }
  27.     print { text "Watch for the Earth and Sun as we orbit the Moon" }
  28.     orbit { axis [ 0 1 0 ] rate 30 duration 10 }
  29.     
  30.     print { text "Off toward the Sun." }
  31.     select { object "Sol" }
  32.     goto { time 8 distance 12 upframe "equatorial" up [ 0 1 0 ] }
  33.     wait { duration 8.5 }
  34.     print { text "At this distance, dark sunspots are visible on the Sun's surface." }
  35.     orbit { axis [ 0 1 0 ] rate 20 duration 10 }
  36.  
  37.     print { text "Let's zoom out for an overview of the inner solar system." }
  38.     orbit { axis [ 1 0 0 ] rate 45 duration 2 }
  39.     renderflags { set "orbits" }
  40.     changedistance { duration 4.0 rate 1.0 }
  41.     
  42.     print { text "Turning on planet labels . . ." }
  43.     labels { set "planets" }
  44.     wait { duration 1.0 }
  45.     print { text "We can speed up time to watch the planets orbit the sun." }
  46.     timerate { rate 2592000 }
  47.     wait { duration 3.0 }
  48.     print { text "For each second, a month of time elapses in the simulation." }
  49.     wait { duration 12.0 }
  50.     timerate { rate 1 }
  51.     print { text "Now, time has been stopped completely." }
  52.  
  53.     wait { duration 1.0 }
  54.     print { text "Our next destination is Saturn." }
  55.     select { object "Saturn" }
  56.     center { time 2 }
  57.     wait { duration 2 }
  58.     goto { time 8 distance 6 up [ 0 1 0 ] upframe "equatorial" }
  59.     wait { duration 6.5 }
  60.     renderflags { clear "orbits" }
  61.     labels { clear "planets" }
  62.     print { text "Several of the moons of Saturn are visible as bright dots" }
  63.     orbit { axis [ 0 1 0 ] rate 30 duration 3 }
  64.     print { text "" }
  65.     orbit { axis [ 0 1 0 ] rate 30 duration 9 }
  66.     
  67.     select { object "Mimas" }
  68.     goto { time 5 distance 4 upframe "equatorial" }
  69.     print { text "The most prominent feature on Saturn's moon Mimas is the huge impact crater Herschel." }
  70.     orbit { axis [ 0 1 0 ] rate 30 duration 12 }
  71.     print { text "" }
  72.     changedistance { duration 6.0 rate 0.5 }
  73.  
  74.     select { object "Sol" }
  75.     center { time 2 }
  76.     print { text "Note how faint the Sun appears at this distance." }
  77.     wait { duration 2 }
  78.  
  79.     print { text "Let's look around at the stars in the sky." }
  80.     wait { duration 1 }
  81.     select { object "Alpha UMa" }
  82.     center { time 2 }
  83.     print { text "Northern Hemisphere residents should recognize the Big Dipper in the constellation Ursa Major." }
  84.     wait { duration 4 }
  85.  
  86.     select { object "Polaris" }
  87.     center { time 2 }
  88.     wait { duration 2 }
  89.     print { text "We're now centered on Polaris, the North Star." }
  90.     wait { duration 1 }
  91.     labels { set "stars" }
  92.     wait { duration 2 }
  93.     print { text "Polaris is part of the asterism commonly called the Little Dipper." }
  94.     wait { duration 2 }
  95.     print { text "To help us get oriented in the sky, Celestia can draw constellation diagrams for us . . ." }
  96.     renderflags { set "constellations" }
  97.     wait { duration 2 }
  98.     print { text ". . . and constellation names" }
  99.     labels { set "constellations" }
  100.     wait { duration 2 }
  101.  
  102.     select { object "Alnilam" }
  103.     center { time 4 }
  104.     wait { duration 2 }
  105.     print { text "Orion is the sky's most prominent constellation." }
  106.     wait { duration 4 }
  107.     print { text "" }
  108.  
  109.     select { object "Beta Cru" }
  110.     center { time 4 }
  111.     wait { duration 2 }
  112.     print { text "The Southern Cross is a familiar sight in Southern Hemisphere skies." }
  113.     wait { duration 4 }
  114.     print { text "" }
  115.  
  116.     rotate { axis [ 0.707 0.707 0 ] rate 20 duration 7 }
  117.     print { text "Let's enable galaxy rendering so that we can see the Milky Way" }
  118.     renderflags { set "galaxies" }
  119.     rotate { axis [ 0.707 0.707 0 ] rate 20 duration 4 }
  120.     print { text "" }
  121.     rotate { axis [ 0.707 0.707 0 ] rate 20 duration 10 }
  122.  
  123.     select { object "Antares" }
  124.     center { time 5 }
  125.     wait { duration 3 }
  126.     print { text "We'll now travel to Antares, a red giant star in Scorpius." }
  127.     wait { duration 2 }
  128.     renderflags { clear "constellations" }
  129.     labels { clear "constellations|stars" }
  130.     wait { duration 1 }
  131.     goto { time 8 distance 200 }
  132.     wait { duration 8.5 }
  133.     print { text "" }
  134.     goto { time 5 distance 10 }
  135.     wait { duration 5.0 }
  136.     print { text "Even though we are now 10 times farther from Antares than\nEarth is from the Sun, the massive red giant star still looms huge in the sky." }
  137.     wait { duration 4.0 }
  138.  
  139.     print { text "Let's zoom out and get the big picture . . ." }
  140.     changedistance { duration 10.0 rate 2.0 }
  141.  
  142.     select { object "Milky Way" }
  143.     print { text "We're viewing the entire Milky Way galaxy." }
  144.     orbit { axis [ 1 0 0 ] rate 30 duration 6.0 }
  145.     print { text "" }
  146.     orbit { axis [ 1 0 0 ] rate 30 duration 10.0 }
  147.     print { text "Time to go home . . ." }
  148.  
  149.     select { object "Sol/Earth" }
  150.     goto { time 20 distance 10 upframe "equatorial" }
  151.     wait { duration 20.0 }
  152.     print { text "Demo completed." }
  153.     wait { duration 3.0 }
  154. }
  155.